From 6570024069a8652b3dd0df1d92fe38dcd93ca765 Mon Sep 17 00:00:00 2001 From: Platonides Date: Sun, 17 Oct 2010 14:10:26 +0000 Subject: [PATCH] Use the getter per r74822 CR. --- includes/parser/Parser_DiffTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/parser/Parser_DiffTest.php b/includes/parser/Parser_DiffTest.php index ef98fe0bba..c6dd76e52b 100644 --- a/includes/parser/Parser_DiffTest.php +++ b/includes/parser/Parser_DiffTest.php @@ -114,7 +114,7 @@ class Parser_DiffTest function onClearState( &$parser ) { // hack marker prefixes to get identical output if ( !isset( $this->dtUniqPrefix ) ) { - $this->dtUniqPrefix = $parser->mUniqPrefix; + $this->dtUniqPrefix = $parser->uniqPrefix(); } else { $parser->mUniqPrefix = $this->dtUniqPrefix; } -- 2.20.1